DESIGN FLOW FOR TOY SALE APPLICATION


1. Hardcode necesssary database connection info

2. Connect and query table productlines into $Result

3. Create a form and allow user to see each productline 
and select one 

4. After selecting a productline item, run query with "where"
using the selection.

5. Display the products, nicely formated for what you want to buy 
and allow user to select one (or more)

6. After selecting "Buy Item" show the total cost of the order.